iT邦幫忙

0

Day 8: 字典(Dictionary)操作與應用

  • 分享至 

  • xImage
  •  

字典(Dictionary)是一種以鍵值對形式儲存資料的資料結構。

  1. 創建字典
    字典使用大括號 {} 來創建,每個元素由鍵和值組成,並以冒號分隔
    https://ithelp.ithome.com.tw/upload/images/20241021/20169519ZPUnBlGSqh.png

https://ithelp.ithome.com.tw/upload/images/20241021/20169519Q35KNPFvfo.png
2. 訪問字典元素
我們可以使用鍵來訪問字典中的值
https://ithelp.ithome.com.tw/upload/images/20241021/20169519ThLj4tYAq0.pnghttps://ithelp.ithome.com.tw/upload/images/20241021/201695190ARJWWsw9o.png

  1. 新增與修改字典元素
    字典是可變的,這意味著我們可以隨時新增或修改其中的元素
    https://ithelp.ithome.com.tw/upload/images/20241021/201695194jlEgPzT0T.png

https://ithelp.ithome.com.tw/upload/images/20241021/20169519fEPP73Q8Po.png
4. 刪除字典元素
可以使用del關鍵字刪除字典中的鍵值對
https://ithelp.ithome.com.tw/upload/images/20241021/20169519bEYYbTb2mx.png

https://ithelp.ithome.com.tw/upload/images/20241021/20169519HPsFoZamNc.png
字典提供了一種高效的方式來儲存和檢索鍵值對。了解如何操作字典對於編寫複雜程式至關重要。


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言